text/tabwriter.Writer.append (method)

6 uses

	text/tabwriter (current package)
		tabwriter.go#L410: func (b *Writer) append(text []byte) {
		tabwriter.go#L534: 				b.append(buf[n:i])
		tabwriter.go#L557: 				b.append(buf[n:i])
		tabwriter.go#L569: 					b.append(buf[n:i])
		tabwriter.go#L584: 				b.append(buf[n:j])
		tabwriter.go#L592: 	b.append(buf[n:])